バージョン

AddTextRun(String,Font,Nullable<Boolean>) メソッド

関連付けられた ParagraphTextRun を追加します。
シンタックス
'宣言
 
Public Overloads Function AddTextRun( _
   ByVal text As String, _
   ByVal font As Infragistics.Documents.Word.Font, _
   ByVal checkSpellingAndGrammar As Nullable(Of Boolean) _
) As Infragistics.Documents.Word.TextRun
public Infragistics.Documents.Word.TextRun AddTextRun( 
   string text,
   Infragistics.Documents.Word.Font font,
   Nullable<bool> checkSpellingAndGrammar
)

パラメータ

text
追加するテキスト。
font
結果のテキスト ランの書式属性を定義する Font インスタンス。
checkSpellingAndGrammar
コンテンツがスペル チェックされたかどうかを指定します。

戻り値の型

TextRun インスタンス。
参照